home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Viewers / GIFology / README < prev    next >
Text File  |  1992-12-25  |  2KB  |  71 lines

  1. Welcome to GIFology RELEASE 1.0,
  2. written by Georges CHAN,
  3. July 92.
  4.  
  5. The main purpose of this application is simply to demonstrate
  6. how to use the GifDecode class.
  7.  
  8. The following files are enclosed:
  9.  
  10.     README             -- this file
  11.     spec.rtf           -- spec sheet for GifDecode class method
  12.     REGISTER           -- info on how to register
  13.     test.list          -- partial list of some GIF files which have been
  14.                           used as test images.
  15.     how2use            -- explain how to incorporate the GifDecode class
  16.                               into user's application.
  17.  
  18. GifDecode class:
  19.     GifDecode.h        -- header file for GifDecode class lib
  20.     GifDecode.o        -- GifDecode class object file
  21.                               (compiled under NeXTstep 3.0 Pre-Released 2)
  22.                           may not work on 2.0!!!
  23.                           but if you have the source code then
  24.                   you do not have to worry!!
  25.  
  26. link demo object code:
  27.     Makefile.preamble  -- preamble for demo, so that compiler
  28.                               will link the GifDecode.o object file
  29.  
  30. GIFology application:
  31.  
  32.     GIFology.nib       \__  directories created by Project Builder.
  33.         English.lproj      /
  34.     PB.project        /
  35.  
  36.     PB.gdbinit          \
  37.     Makefile             -  app files generated by Interface Builder
  38.     gif.iconheader      /
  39.     gif_main.m         /
  40.  
  41.     Gif.[hm]           -- source codes of demo
  42.     gif.app            -- executable directory of the demo, again
  43.                       compiled under NeXTstep 3.0 Pre-Released 2.
  44.  
  45.  
  46.  
  47. BUG REPORT AND SUGGESTIONS ARE WELCOMED:
  48. e-mail:
  49. gchan@mik.uky.edu
  50.  
  51. US mail:
  52. Georges CHAN
  53. box 689
  54. University station,
  55. Lexington, KY 40506.
  56.  
  57.  
  58.  
  59. NOTE:
  60.       The author disclaims all warranties with regard to this
  61.       software, including all implied warranties or merchantability,
  62.       in no event shall the author be liable for any special,
  63.       indirect or consequential damages or any damages whatsoever
  64.       resulting from loss of use, data or profits, whether in an
  65.       action of contract, negligence or other tortuous action,
  66.       arising out of or in connection with the use of this software.
  67.  
  68.       GIF is the copyright property of CompuServe Inc.,
  69.       GIF (sm) is a service mark property of CompuServe Inc.
  70.  
  71.